*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Rubik',sans-serif;background-color:#f8fbff;background-image:linear-gradient(#e1e8ed 1px,transparent 1px),linear-gradient(90deg,#e1e8ed 1px,transparent 1px);background-size:40px 40px;color:#242529;height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;text-align:center;line-height:1.6;position:relative}main{padding:2rem;max-width:800px;width:100%;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.logo-container{margin-bottom:2vh}.logo{height:auto;width:clamp(80px,15vw,120px);border-radius:24px;box-shadow:0 8px 20px rgba(0,175,240,0.2);background:#fff;padding:5px}.badge{display:inline-flex;align-items:center;background:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;color:#00aff0;box-shadow:0 4px 10px rgba(0,0,0,0.05);margin-bottom:2vh;border:1px solid #eef4f8}.badge svg{width:16px;height:16px;margin-right:8px;fill:currentColor}h1{font-size:clamp(2rem,6vw,4rem);font-weight:700;margin-bottom:1.5vh;color:#242529;letter-spacing:-0.03em;line-height:1.1}p{font-size:clamp(1rem,3vw,1.25rem);color:#5d6770;margin-bottom:4vh;max-width:580px;margin-left:auto;margin-right:auto}.cta-btn{display:inline-block;background-color:#00aff0;color:#fff;text-decoration:none;padding:1.2rem 3rem;border-radius:50px;font-size:1.25rem;font-weight:700;box-shadow:0 10px 25px -5px rgba(0,175,240,0.5);transition:all .3s cubic-bezier(.25,.8,.25,1);border:3px solid transparent}.cta-btn:hover,.cta-btn:focus{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 35px -5px rgba(0,175,240,0.7);background-color:#fff;color:#00aff0;border-color:#00aff0;outline:0}.trust-row{display:flex;gap:1.5rem;margin-top:4vh;flex-wrap:wrap;justify-content:center}.trust-item{display:flex;flex-direction:column;align-items:center;font-size:.75rem;color:#8a96a3;font-weight:700}.trust-icon{width:40px;height:40px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;box-shadow:0 4px 12px rgba(0,0,0,0.05);color:#00aff0}.trust-icon svg{width:20px;height:20px;fill:currentColor}.toast{position:fixed;top:20px;right:20px;background:#fff;padding:12px 20px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.1);display:flex;align-items:center;gap:12px;transform:translateX(150%);transition:transform .5s cubic-bezier(0.175,0.885,0.32,1.275);z-index:100;border-left:4px solid #00aff0;max-width:300px;text-align:left}.toast.show{transform:translateX(0)}.toast-icon{width:36px;height:36px;background:#f0f8ff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#00aff0}.toast-icon svg{width:20px;height:20px;fill:currentColor}.toast-content{display:flex;flex-direction:column}.toast-title{font-size:.8rem;font-weight:700;color:#242529}.toast-desc{font-size:.7rem;color:#5d6770}@media(max-width:480px){h1{font-size:2.5rem}.cta-btn{width:100%;padding:1rem}.trust-row{gap:1rem}.toast{top:auto;bottom:20px;right:50%;transform:translateX(50%) translateY(150%)}.toast.show{transform:translateX(50%) translateY(0)}}